nav.scrolled .navbar .links li:first-child a {
    color: #ffffffd4;
}

nav .navbar .links li:first-child a {
    color: #ffffffd4;
}

nav .navbar .links li:nth-child(2) a {
    color: #0276c3;
}

nav .navbar .links li .sub-menu li a {
    color: black;
}

.sec1a {
    max-width: 1800px;
    margin: auto;
    height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.476), rgba(0, 0, 0, 0)), url(../images/About\ Us.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    /* padding-top: 380px; */
    color: white;
    font-size: 40px;
    margin-top: -120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}


.sec1a .png {
    width: 20%;
    position: absolute;
    left: 0;
    z-index: 30;
    opacity: 0.3;
    margin-top: 300px;
    height: fit-content;
    border-radius: 0;
}


.sec1a h1 {
    font-size: 35px;
    color: #225d4f;
    font-weight: 800;
    margin-left: 25%;
    text-align: left;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.sec1a .tx {
    width: 35%;
    height: fit-content;
    background-color: white;
    margin-top: 250px;
    padding-top: 10px;
    clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
}

.sec1a .tx ul {
    width: 100%;
    display: flex;
    margin-left: 25%;
}

.sec1a .tx ul li {
    text-decoration: none;
    color: black;
    font-size: 20px;
    list-style: none;
    width: fit-content;
    margin: 0 5px;
}

.sec1a .tx ul li span {
    margin-left: 5px;
}

.sec1a .tx ul a:hover {
    text-decoration: none;
}

.sec1a .tx ul .li2 li {
    color: #0276c3;
}

.sec1a img {
    width: 54%;
    border-radius: 0 0 30% 80%;
    height: 550px;
    margin-right: -100px;
    margin-top: -30px;
}


.about-color-box {
    max-width: 1800px;
    margin: auto;
    height: 300px;
    /* background-color: rgb(53, 43, 195); */
}


.more-sec {
    max-width: 1800px;
    margin: auto;
    padding: 0 4%;
    margin-bottom: 100px;
    margin-top: -180px;
}

.more-sec p {
    font-size: 17px;
    color: rgba(0, 0, 0, 0.765);
    text-align: justify;
}


.mission-sec {
    max-width: 1800px;
    margin: auto;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    place-items: center;
}

.mission-sec img {
    width: 48%;
}


.mission-sec .text {
    width: 45%;
}

.mission-sec .text .box {
    display: flex;
    place-items: center;
    margin-top: 50px;
}

.mission-sec .text .box h1 {
    font-size: 45px;
    font-weight: bold;
    margin-right: 20px;
    color: #0276c3;
}

.mission-sec .text .box h5 {
    color: #225d4f;
    font-size: 25px;
}

.mission-sec .text .box p {
    font-size: 15px;
}


@media screen and (max-width: 900px) {

    .sec1a {
        height: 450px;
        background-size: 100% 100%;
        flex-wrap: wrap-reverse;
        position: relative;
    }

    .sec1a .tx {
        width: 80%;
        margin-top: 520px;
        padding-top: 5px;
        margin-bottom: -20px;
    }

    .sec1a h1 {
        font-size: 25px;
        margin-top: 20px;
        margin-left: 5%;
    }

    .sec1a .tx ul {
        margin-left: 5%;
    }

    .sec1a .tx ul li {
        font-size: 15px;
    }

    .sec1a .png {
        margin-top: 250px;
        width: 80px;
        top: 0;
    }

    .sec1a img {
        width: 120%;
        height: 350px;
        margin-top: -60px;
        margin-right: -200px;

    }

    .more-sec {
        margin-top: -120px;
    }

    .more-sec p {
        font-size: 14px;
    }



    .mission-sec img {
        width: 100%;
    }


    .mission-sec .text {
        width: 100%;
    }


    .mission-sec .text .box p {
        font-size: 13px;
    }



}